@@ -998,7 +998,7 @@ def group_photo_detail(request, photo_id): |
||
998 | 998 |
|
999 | 999 |
|
1000 | 1000 |
def group_detail(request, group_id): |
1001 |
- return render(request, 'page/download.html', {}) |
|
1001 |
+ return render(request, 'page/{}_download.html'.format('ios' if request.iOS else 'adr'), {}) |
|
1002 | 1002 |
|
1003 | 1003 |
|
1004 | 1004 |
class GroupInfoViewSet(viewsets.ModelViewSet): |